Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Visual C++ .NET
1) 2D Graphics
2) ADO Database
3) Class
4) Collections
5) Data Type
6) Delegate
7) Development
8) File Directory
9) Function
10) Generics
11) GUI Form
12) Language Basics
13) Network
14) Reflection
15) Security
16) Statement
17) Structure
18) Thread
19) XML
File Directory
1) Binary read and write with BinaryWriter and BinaryReader
2) Create and save binary file with FileStream
3) Create StreamWriter from file name
4) Creating a StreamReader class is with static methods of the File class
5) Does a DirectoryInfo Exist
6) Does a file exist
7) Get binary file length
8) Get char buffer from MemoryStream
9) Get Directory Attributes
10) Get Directory creation time
11) Get Directory last access time
12) Get Directory last write time
13) Get file attributes
14) Get file creation time
15) Get file last access time
16) Get file last write time
17) Get file length
18) Get Files under a directory
19) Get Sub-Directories
20) Get the Directory full name
21) Get the full name of a file
22) Mark class as Serializable
23) Read a text file with StreamReader
24) Read binary file to an array
25) Read byte from binary file
26) Read each line of a text file and write it out to the console
27) Read text file line by line
28) Read text file to the end
29) Read text file with StreamReader
30) Rewind by setting the binary file reading position
31) Serialize nested classes
32) Write byte array to a MemoryStream
33) Write byte to a MemoryStream
34) Write line to text file with StreamWriter
35) Write MemoryStream to a text file
36) Write to a text file with StreamWriter